Report Object |
Top Previous Next |
A login choice quiz consists of three components.
It controls the operation of the report quiz object. Double click on this object to edit the quiz behavior.
This callout will show when user pass the overall quiz.
This callout will show when user fail the overall quiz.
Quiz Report controller Properties Window
Quiz ID Quiz ID is used to identify the submitted quiz report. Imagine you conducted five different online examination using Flash Demo Builder quiz and you want the quiz report to submit the student's answer into your database server. You will need a unique ID per quiz to figure out which submission is belong to which quiz. Flash Demo Builder will pass this quiz ID along with the quiz result and a nickname (if exist) into your database server. You can enter any character or number for a Quiz ID.
Marking scheme
Minimum pass score The minimum score required to show pass message.
When pass
Show pass message To show/hide the pass message. Type in the pass message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.
You can also choose an action to be performed when the result is pass by clicking on the action listbox next to Show pass message
When fail
Show fail message To show/hide the fail message. Type in the fail message in the textbox provided. You can put a text macro %score to be replaced by Flash Demo Builder with the actual score.
You can also choose an action to be performed when the result is fail by clicking on the action listbox next to Show fail message
Reporting method Choose the quiz result reporting method. There are three different methods:
When selected, the report quiz will submit the quiz result into the designated URL. The designated URL ideally would be a CGI/PHP/other server script which will receive the following parameters/variables.
The quiz ID to be submitted
The nickname entered at login quiz (if any)
The final score
Contains 1 if pass and 0 if fail.
Total time to complete the test since login (if any otherwise it is the time since the start of the presentation) in the following time format: hhmmss
The start time of the test (since login, if any otherwise it is the start of the presentation) in the following date and time format: mmddyyyyhhmmss When this option is selected you will see a checkbox GET and POST. GET/POST are two methods of HTTP submission. POST method is more secure as user will not be able to see the report data being sent. If you are unsure which method you need to use, please consult your web administrator.
When selected, the report quiz will open an email client containing the quiz report to be sent. This option is less secure than submitting via own server as user can modify the email before it is being sent.
|